StudentServicesRoom 
EntityType  Independent 
Logical Entity Name  StudentServicesRoom 
Default Table Name  SsRoom 
Logical Only  NO 
Definition 
 
Note 
 

StudentServicesRoom Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
RoomNumber    CHAR(8)  NO 
 
Name    VARCHAR(120)  NO 
 
IsActive    BIT  NO 
 
StudentServicesLocationId(FK)    INTEGER  NO 
 
RoomTypeId(FK)    INTEGER  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
Ts    TIMESTAMP/DATE  NO 
 

StudentServicesRoom Keys 
Key Name  Key Type  Keys 
SsRoom_SsRoomID_U_C_IDX  PrimaryKey  Id 
SsRoom_RoomNumber_SsLocationID_U_N_IDX  Alternate Key  RoomNumber, StudentServicesLocationId 
SsRoom_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SsRoom_SsRoomTypeID_N_N_IDX  Inversion Entry  RoomTypeId 
SsRoom_SsLocationID_N_N_IDX  Inversion Entry  StudentServicesLocationId 

StudentServicesRoom Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StudentServicesLocation  Non-Identifying  One To Zero or More        StudentServicesLocationId  NO 
StudentServicesRoomType  Non-Identifying  One To Zero or More        RoomTypeId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
HousingInfoStudent  Non-Identifying  One To Zero or More          NO 

StudentServicesRoom Check Constraints 
Check Constraint Name  CheckConstraint